pub type indy_str_slice_cb = Option<unsafe extern "C" fn(xcommand_handle: indy_handle_t, err: indy_error_t, str1: *const c_char, slice: *const indy_u8_t, slice_len: indy_u32_t)>;Aliased Type§
pub enum indy_str_slice_cb {
None,
Some(unsafe extern "C" fn(i32, i32, *const i8, *const u8, u32)),
}