#[no_mangle]
pub unsafe extern "C" fn u_msync_ocall(
    error: *mut c_int,
    addr: *mut c_void,
    length: size_t,
    flags: c_int
) -> c_int