Type Alias lua_Coverage

Source
pub type lua_Coverage = extern "C-unwind" fn(context: *mut c_void, function: *const c_char, linedefined: c_int, depth: c_int, hits: *const c_int, size: usize);
Expand description

TODO: Document this type.