pub extern "C" fn __divmodti4( a: i128, b: i128, rem: &mut i128, ) -> i128
Returns n / d and sets *rem = n % d
n / d
*rem = n % d