pub unsafe extern "system" fn RtlRunOnceComplete(
    runonce: *mut INIT_ONCE,
    flags: u32,
    context: *const c_void
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_System_Threading"