pub unsafe extern "C" fn fdt_getprop_by_offset( fdt: *const c_void, offset: c_int, namep: *mut *const c_char, lenp: *mut c_int, ) -> *const c_void