pub unsafe extern "C" fn phper_zend_hash_str_find_ptr(
    ht: *const HashTable,
    str_: *const c_char,
    len: usize
) -> *mut c_void