Function windows_sys::Win32::Security::Cryptography::SslSignHash
pub unsafe extern "system" fn SslSignHash(
hsslprovider: NCRYPT_PROV_HANDLE,
hprivatekey: NCRYPT_KEY_HANDLE,
pbhashvalue: *const u8,
cbhashvalue: u32,
pbsignature: *mut u8,
cbsignature: u32,
pcbresult: *mut u32,
dwflags: u32,
) -> HRESULT