1 2 3 4 5 6 7 8 9 10 11
/* automatically generated by rust-bindgen 0.59.1 */ extern "C" { pub fn TF_LoadPluggableDeviceLibrary( library_filename: *const ::std::os::raw::c_char, status: *mut TF_Status, ) -> *mut TF_Library; } extern "C" { pub fn TF_DeletePluggableDeviceLibraryHandle(lib_handle: *mut TF_Library); }