Type Definition php_all_sys::php72::zend_encoding_converter[][src]

type zend_encoding_converter = Option<unsafe extern "C" fn(to: *mut *mut c_uchar, to_length: *mut size_t, from: *const c_uchar, from_length: size_t, encoding_to: *const zend_encoding, encoding_from: *const zend_encoding) -> size_t>;