Function chipmunk_sys::cpHashSetInsert [] [src]

pub unsafe extern "C" fn cpHashSetInsert(
    set: *mut cpHashSet,
    hash: cpHashValue,
    ptr: *mut c_void,
    trans: cpHashSetTransFunc,
    data: *mut c_void
) -> *mut c_void