#[no_mangle]
pub unsafe extern "C" fn u_prctl_ocall(
    error: *mut c_int,
    option: c_int,
    arg2: c_ulong,
    arg3: c_ulong,
    arg4: c_ulong,
    arg5: c_ulong
) -> c_int