pub unsafe extern "C" fn sc_base64_encode( in_: *const u8, inlen: size_t, out: *mut u8, outlen: size_t, linelength: size_t, ) -> c_int