Function windows_sys::Win32::Security::Cryptography::BCryptSignHash
pub unsafe extern "system" fn BCryptSignHash(
hkey: BCRYPT_KEY_HANDLE,
ppaddinginfo: *const c_void,
pbinput: *const u8,
cbinput: u32,
pboutput: *mut u8,
cboutput: u32,
pcbresult: *mut u32,
dwflags: BCRYPT_FLAGS,
) -> NTSTATUS