#[no_mangle]
pub unsafe extern "C" fn component_id_new(
ptr: *const c_char,
) -> ComponentId
Expand description
Returns a Posei identifier from a C string pointer.
§Safety
Assumes ptr
is a valid C string pointer.
#[no_mangle]
pub unsafe extern "C" fn component_id_new(
ptr: *const c_char,
) -> ComponentId
Returns a Posei identifier from a C string pointer.
Assumes ptr
is a valid C string pointer.