Function botan_sys::botan_base64_encode

source ยท
pub unsafe extern "C" fn botan_base64_encode(
    x: *const u8,
    len: usize,
    out: *mut c_char,
    out_len: *mut usize,
) -> c_int