Function php_all_sys::php72::zend_multibyte_encoding_converter[][src]

pub unsafe extern "C" fn zend_multibyte_encoding_converter(
    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