pub type indyLedgerCustomFreeCb = Option<unsafe extern "C" fn(reply_from_node: *const c_char) -> indy_error_t>;
pub enum indyLedgerCustomFreeCb { None, Some(unsafe extern "C" fn(*const i8) -> i32), }
No value.
Some value of type T.
T