pub unsafe fn RtlRunOnceBeginInitialize(
    runonce: *mut INIT_ONCE,
    flags: u32,
    context: Option<*mut *mut c_void>,
) -> NTSTATUS