indy_str_str_long_cb

Type Alias indy_str_str_long_cb 

Source
pub type indy_str_str_long_cb = Option<unsafe extern "C" fn(xcommand_handle: indy_handle_t, err: indy_error_t, str1: *const c_char, str2: *const c_char, num: c_ulonglong)>;

Aliased Type§

pub enum indy_str_str_long_cb {
    None,
    Some(unsafe extern "C" fn(i32, i32, *const u8, *const u8, u64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, i32, *const u8, *const u8, u64))

Some value of type T.