pub unsafe extern "C" fn create_sweep_callback(
    process_touches_callback: SweepProcessTouchesCallback,
    finalize_query_callback: FinalizeQueryCallback,
    touches_buffer: *mut PxSweepHit,
    num_touches: u32,
    userdata: *mut c_void
) -> *mut PxSweepCallback