Type Definition px8_plugin_lua::Allocator [] [src]

type Allocator = Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: size_t, _: size_t) -> *mut c_void>;

Type for memory-allocation functions.