Function php_register_url_stream_wrapper

Source
pub unsafe extern "C" fn php_register_url_stream_wrapper(
    protocol: *const c_char,
    wrapper: *const php_stream_wrapper,
) -> zend_result