[][src]Type Definition ulock_sys::ULockWaitFn

type ULockWaitFn = unsafe extern "C" fn(_: u32, _: *mut c_void, _: u64, _: u32) -> c_int;

Alias for the function pointer of __ulock_wait.