Function sc_base64_decode

Source
pub unsafe extern "C" fn sc_base64_decode(
    in_: *const c_char,
    out: *mut u8,
    outlen: size_t,
) -> c_int