CFunction

Type Alias CFunction 

Source
pub type CFunction = unsafe extern "C" fn(L: *mut State) -> c_int;