Function rtcPointQuery

Source
pub unsafe extern "C" fn rtcPointQuery(
    scene: RTCScene,
    query: *mut RTCPointQuery,
    context: *mut RTCPointQueryContext,
    queryFunc: RTCPointQueryFunction,
    userPtr: *mut c_void,
) -> bool