pub type sk_DIST_POINT_free_func = Option<unsafe extern "C" fn(arg1: *mut DIST_POINT)>;
Aliased Type§
enum sk_DIST_POINT_free_func {
None,
Some(unsafe extern "C" fn(_: *mut DIST_POINT_st)),
}
pub type sk_DIST_POINT_free_func = Option<unsafe extern "C" fn(arg1: *mut DIST_POINT)>;
enum sk_DIST_POINT_free_func {
None,
Some(unsafe extern "C" fn(_: *mut DIST_POINT_st)),
}