client_id_new

Function client_id_new 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn client_id_new(ptr: *const c_char) -> ClientId
Expand description

Returns a Nautilus identifier from C string pointer.

ยงSafety

Assumes ptr is a valid C string pointer.