Function windows_sys::Win32::Security::Cryptography::NCryptSignHash

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