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