Function CryptBinaryToStringW

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