#[no_mangle] extern "C" fn __divmoddi4(a: i64, b: i64, rem: &mut i64) -> i64
Returns n / d and sets *rem = n % d
n / d
*rem = n % d