Skip to main content

SimpleCallback

Type Alias SimpleCallback 

Source
pub type SimpleCallback = unsafe extern "C" fn(user_data: *mut c_void);
Expand description

Fire-and-forget callback with no payload other than the user_data pointer.