Function bssl_sys::EVP_DecodeBase64

source ·
pub unsafe extern "C" fn EVP_DecodeBase64(
    out: *mut u8,
    out_len: *mut usize,
    max_out: usize,
    in_: *const u8,
    in_len: usize
) -> c_int