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