Function php_stream_bucket_split

Source
pub unsafe extern "C" fn php_stream_bucket_split(
    in_: *mut php_stream_bucket,
    left: *mut *mut php_stream_bucket,
    right: *mut *mut php_stream_bucket,
    length: size_t,
) -> c_int