php_stream_filter_register_factory

Function php_stream_filter_register_factory 

Source
pub unsafe extern "C" fn php_stream_filter_register_factory(
    filterpattern: *const c_char,
    factory: *const php_stream_filter_factory,
) -> c_int