You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/* automatically generated by rust-bindgen */
|
|
|
|
|
|
|
|
#![allow(dead_code,
|
|
|
|
non_camel_case_types,
|
|
|
|
non_upper_case_globals,
|
|
|
|
non_snake_case)]
|
|
|
|
pub type u8_ = u8;
|
|
|
|
pub type u16_ = u16;
|
|
|
|
pub type u32_ = u32;
|
|
|
|
pub type u64_ = u64;
|
|
|
|
pub type s8 = i8;
|
|
|
|
pub type s16 = i16;
|
|
|
|
pub type s32 = i32;
|
|
|
|
pub type s64 = i64;
|
|
|
|
pub type vu8 = u8_;
|
|
|
|
pub type vu16 = u16_;
|
|
|
|
pub type vu32 = u32_;
|
|
|
|
pub type vu64 = u64_;
|
|
|
|
pub type vs8 = s8;
|
|
|
|
pub type vs16 = s16;
|
|
|
|
pub type vs32 = s32;
|
|
|
|
pub type vs64 = s64;
|
|
|
|
pub type Handle = u32_;
|
|
|
|
pub type Result = s32;
|
|
|
|
pub type ThreadFunc =
|
|
|
|
::core::option::Option<unsafe extern "C" fn(arg1: *mut ::libc::c_void)>;
|
|
|
|
pub type voidfn = ::core::option::Option<extern "C" fn()>;
|