pub unsafe extern "system" fn MsiGetFileSignatureInformationW(
    szsignedobjectpath: PCWSTR,
    dwflags: u32,
    ppccertcontext: *mut *mut CERT_CONTEXT,
    pbhashdata: *mut u8,
    pcbhashdata: *mut u32
) -> HRESULT
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing", "Win32_Foundation", "Win32_Security_Cryptography"