Type Alias sfcgal_sys::sfcgal_free_handler_t
source · pub type sfcgal_free_handler_t = Option<unsafe extern "C" fn(arg1: *mut c_void)>;
Aliased Type§
enum sfcgal_free_handler_t {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}