pub unsafe extern "C" fn PxFoundation_release_mut(
    self_: *mut PxFoundation
)
Expand description

Destroys the instance it is called on.

The operation will fail, if there are still modules referencing the foundation object. Release all dependent modules prior to calling this method.