pub type lua_Coverage = Option<unsafe extern "C" fn(context: *mut c_void, function: *const c_char, linedefined: c_int, depth: c_int, hits: *const c_int, size: usize)>;Aliased Type§
enum lua_Coverage {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: i32, _: i32, _: *const i32, _: usize)),
}