Function windows::Wdk::System::SystemServices::ClfsCreateLogFile
pub unsafe fn ClfsCreateLogFile<P0>(
pplfolog: *mut *mut FILE_OBJECT,
puszlogfilename: *const UNICODE_STRING,
fdesiredaccess: u32,
dwsharemode: u32,
psdlogfile: P0,
fcreatedisposition: u32,
fcreateoptions: u32,
fflagsandattributes: u32,
flogoptionflag: u32,
pvcontext: Option<*const c_void>,
cbcontext: u32,
) -> NTSTATUSwhere
P0: Param<PSECURITY_DESCRIPTOR>,