Function windows::Wdk::System::SystemServices::RtlRunOnceExecuteOnce
pub unsafe fn RtlRunOnceExecuteOnce(
runonce: *mut INIT_ONCE,
initfn: PRTL_RUN_ONCE_INIT_FN,
parameter: Option<*mut c_void>,
context: Option<*mut *mut c_void>,
) -> NTSTATUS