fltk-sys 1.5.22

Rust bindings for the FLTK GUI library
Documentation
/* automatically generated by rust-bindgen 0.71.1 */

extern "C" {
    pub fn Fl_filename_expand(
        out: *mut ::core::ffi::c_char,
        len: ::core::ffi::c_int,
        in_: *const ::core::ffi::c_char,
    ) -> ::core::ffi::c_int;
}
extern "C" {
    pub fn Fl_type_name(w: *mut ::core::ffi::c_void) -> *const ::core::ffi::c_char;
}
extern "C" {
    pub fn Fl_open_uri(
        uri: *const ::core::ffi::c_char,
        msg: *mut ::core::ffi::c_char,
        msglen: ::core::ffi::c_int,
    ) -> ::core::ffi::c_int;
}
extern "C" {
    pub fn Fl_decode_uri(uri: *mut ::core::ffi::c_char);
}