pub type CPLQuadTreeGetBoundsFunc = Option<unsafe extern "C" fn(hFeature: *const c_void, pBounds: *mut CPLRectObj)>;
pub enum CPLQuadTreeGetBoundsFunc { None, Some(unsafe extern "C" fn(*const c_void, *mut CPLRectObj)), }
No value.
Some value of type T.
T