Type Definition php_all_sys::php73::zend_encoding_filter[][src]

type zend_encoding_filter = Option<unsafe extern "C" fn(str_: *mut *mut c_uchar, str_length: *mut size_t, buf: *const c_uchar, length: size_t) -> size_t>;