pub unsafe extern "C" fn php_stream_bucket_new(
    stream: *mut php_stream,
    buf: *mut c_char,
    buflen: usize,
    own_buf: u8,
    buf_persistent: u8
) -> *mut php_stream_bucket