fn __aeabi_idiv(n: i32, d: i32) callconv(.
fn __aeabi_idiv(n: i32, d: i32) callconv(.{ .arm_aapcs = .{} }) i32 { return div_i32(n, d); }