pub type indy_handle_cb = Option<unsafe extern "C" fn(xcommand_handle: indy_handle_t, err: indy_error_t, handle: indy_handle_t)>;Aliased Type§
pub enum indy_handle_cb {
None,
Some(unsafe extern "C" fn(i32, i32, i32)),
}pub type indy_handle_cb = Option<unsafe extern "C" fn(xcommand_handle: indy_handle_t, err: indy_error_t, handle: indy_handle_t)>;pub enum indy_handle_cb {
None,
Some(unsafe extern "C" fn(i32, i32, i32)),
}