Skip to main content

AnyFunction

Type Alias AnyFunction 

Source
pub type AnyFunction = extern "C" fn(*mut void) -> *mut void;
Expand description

Type for a function repr in C that takes void* arg and returns void*