Function windows::Win32::Security::Cryptography::NCryptSignHash

pub unsafe fn NCryptSignHash<P0>(
    hkey: P0,
    ppaddinginfo: Option<*const c_void>,
    pbhashvalue: &[u8],
    pbsignature: Option<&mut [u8]>,
    pcbresult: *mut u32,
    dwflags: NCRYPT_FLAGS,
) -> Result<()>
where P0: Param<NCRYPT_KEY_HANDLE>,