Function relay_cabi::relay_uuid_is_nil
source ยท #[no_mangle]
pub unsafe extern "C" fn relay_uuid_is_nil(
uuid: *const RelayUuid,
) -> bool
Expand description
Returns true if the uuid is nil.
#[no_mangle]
pub unsafe extern "C" fn relay_uuid_is_nil(
uuid: *const RelayUuid,
) -> bool
Returns true if the uuid is nil.