Prototype for a contact filter callback. Called when a contact pair is
considered for collision, if one of the two shapes has custom filtering
enabled. Return false to disable the collision. (b2CustomFilterFcn)
Prototype for a pre-solve callback. Called after a contact is updated, only
for awake dynamic bodies with pre-solve events enabled. Return false to
disable the contact this step. (b2PreSolveFcn)