Searched refs:name_ptr (Results 1 – 1 of 1) sorted by relevance
59 let name_ptr = unsafe { attr.__bindgen_anon_3.config1 } as *const u8; in try_from() localVariable60 let name = check_and_clone_cstr(name_ptr, None)?; in try_from()