pub unsafe extern "system" fn BCryptHashData(
    hhash: *mut c_void,
    pbinput: *const u8,
    cbinput: u32,
    dwflags: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"