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