pub unsafe extern "C" fn tr_quark_new(
    str: *const c_void,
    len: usize
) -> tr_quark
Expand description

Create a new quark for the specified string. If a quark already exists for that string, it is returned so that no duplicates are created.