Skip to main content

InitOnceExecuteOnce

Function InitOnceExecuteOnce 

Source
pub unsafe fn InitOnceExecuteOnce(
    initonce: *mut RTL_RUN_ONCE,
    initfn: Option<PINIT_ONCE_FN>,
    parameter: *mut c_void,
    context: *mut *mut c_void,
) -> BOOL