pub unsafe extern "C" fn xila_string_parse_integer( string: *const c_char, ) -> c_int
Parse integer from string
This function is unsafe because it dereferences raw pointers.