Function crypt32::CryptBinaryToStringW [] [src]

pub unsafe extern "system" fn CryptBinaryToStringW(
    pbBinary: *const BYTE,
    cbBinary: DWORD,
    dwFlags: DWORD,
    pszString: LPWSTR,
    pcchString: *mut DWORD
) -> BOOL