[][src]Function winapi::um::wincrypt::CryptBinaryToStringW

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