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