Function windows::Win32::Security::GetCachedSigningLevel
pub unsafe fn GetCachedSigningLevel<P0>(
file: P0,
flags: *mut u32,
signinglevel: *mut u32,
thumbprint: Option<*mut u8>,
thumbprintsize: Option<*mut u32>,
thumbprintalgorithm: Option<*mut u32>,
) -> BOOLwhere
P0: Param<HANDLE>,