Type Definition std::sys::windows::c::NtCreateKeyedEvent::F

source ·
type F = unsafe extern "system" fn(_: *mut *mut c_void, _: c_ulong, _: *mut c_void, _: c_ulong) -> i32;
🔬This is a nightly-only experimental API. (windows_c)