Function windows::Wdk::System::SystemServices::ClfsQueryLogFileInformation
pub unsafe fn ClfsQueryLogFileInformation(
plfolog: *const FILE_OBJECT,
einformationclass: CLS_LOG_INFORMATION_CLASS,
pinfoinputbuffer: Option<*const c_void>,
cbinfoinputbuffer: u32,
pinfobuffer: *mut c_void,
pcbinfobuffer: *mut u32,
) -> NTSTATUS