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