fn __atomic_fetch_sub_2(ptr: *u16, val: u16, model: i32) callconv(.c) u16
fn __atomic_fetch_sub_2(ptr: *u16, val: u16, model: i32) callconv(.c) u16 { return fetch_op_N(u16, .Sub, ptr, val, model); }