pub unsafe extern "C" fn int128_div_int64( a: int128, b: int64, q: *mut int128, r: *mut int64, ) -> bool