Type Alias rusty_doors::sys::DoorFunc

source ·
pub type DoorFunc = unsafe extern "C" fn(_: *mut c_void, _: *mut c_char, _: usize, _: *mut DoorDesc, _: c_uint);
Expand description

Function signature for door invocations