Function zend_hash_str_find_ptr_lc

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