pub unsafe extern "C" fn array_search_ptr( array: *const Array, func_compare: FPtr_compare, key: *const c_void, pos: *mut u32, ) -> *mut byte_t