pub type php_stream_filter_ops = _php_stream_filter_ops;

Aliased Type§

struct php_stream_filter_ops {
    pub filter: Option<unsafe extern "C" fn(_: *mut _php_stream, _: *mut _php_stream_filter, _: *mut _php_stream_bucket_brigade, _: *mut _php_stream_bucket_brigade, _: *mut usize, _: i32) -> u32>,
    pub dtor: Option<unsafe extern "C" fn(_: *mut _php_stream_filter)>,
    pub label: *const i8,
}

Fields§

§filter: Option<unsafe extern "C" fn(_: *mut _php_stream, _: *mut _php_stream_filter, _: *mut _php_stream_bucket_brigade, _: *mut _php_stream_bucket_brigade, _: *mut usize, _: i32) -> u32>§dtor: Option<unsafe extern "C" fn(_: *mut _php_stream_filter)>§label: *const i8