Function tari_wallet_ffi::emoji_set_get_length[][src]

#[no_mangle]pub unsafe extern "C" fn emoji_set_get_length(
    emoji_set: *const EmojiSet,
    error_out: *mut c_int
) -> c_uint

Gets the length of the current emoji set

Arguments

*mut EmojiSet - Pointer to emoji set

Returns

c_int - Pointer to the created EmojiSet.

Safety

None