pub unsafe extern "system" fn CryptHashCertificate2(
    pwszcnghashalgid: PWSTR,
    dwflags: u32,
    pvreserved: *mut c_void,
    pbencoded: *const u8,
    cbencoded: u32,
    pbcomputedhash: *mut u8,
    pcbcomputedhash: *mut u32
) -> BOOL
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’