CPLHashSetNew

Function CPLHashSetNew 

Source
pub unsafe extern "C" fn CPLHashSetNew(
    fnHashFunc: CPLHashSetHashFunc,
    fnEqualFunc: CPLHashSetEqualFunc,
    fnFreeEltFunc: CPLHashSetFreeEltFunc,
) -> *mut CPLHashSet