pub unsafe extern "system" fn CryptSignHashW(
    hhash: usize,
    dwkeyspec: u32,
    szdescription: PCWSTR,
    dwflags: u32,
    pbsignature: *mut u8,
    pdwsiglen: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"