pub unsafe extern "system" fn NCryptSignHash(
    hkey: NCRYPT_KEY_HANDLE,
    ppaddinginfo: *const c_void,
    pbhashvalue: *const u8,
    cbhashvalue: u32,
    pbsignature: *mut u8,
    cbsignature: u32,
    pcbresult: *mut u32,
    dwflags: NCRYPT_FLAGS
) -> HRESULT
Expand description

Required features: "Win32_Security_Cryptography"