Function tari_wallet_ffi::contacts_get_length[][src]

#[no_mangle]pub unsafe extern "C" fn contacts_get_length(
    contacts: *mut TariContacts,
    error_out: *mut c_int
) -> c_uint

----------------------------------- Contacts -------------------------------------------------/// Gets the length of TariContacts

Arguments

contacts - The pointer to a TariContacts error_out - Pointer to an int which will be modified to an error code should one occur, may not be null. Functions as an out parameter.

Returns

c_uint - Returns number of elements in , zero if contacts is null

Safety

None