pub unsafe extern "system" fn CryptMsgGetAndVerifySigner(
    hcryptmsg: *const c_void,
    csignerstore: u32,
    rghsignerstore: *const *const c_void,
    dwflags: u32,
    ppsigner: *mut *mut CERT_CONTEXT,
    pdwsignerindex: *mut u32
) -> BOOL
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’