pub unsafe extern "C" fn _php_stream_get_line(
    stream: *mut php_stream,
    buf: *mut c_char,
    maxlen: usize,
    returned_len: *mut usize
) -> *mut c_char