Function crypt32::CryptBinaryToStringA
[−]
[src]
pub unsafe extern "system" fn CryptBinaryToStringA(
pbBinary: *const BYTE,
cbBinary: DWORD,
dwFlags: DWORD,
pszString: LPSTR,
pcchString: *mut DWORD
) -> BOOL