create_raycast_callback

Function create_raycast_callback 

Source
pub unsafe extern "C" fn create_raycast_callback(
    process_touches_callback: RaycastProcessTouchesCallback,
    finalize_query_callback: FinalizeQueryCallback,
    touches_buffer: *mut PxRaycastHit,
    num_touches: u32,
    userdata: *mut c_void,
) -> *mut PxRaycastCallback