Function blMatrix2DInvert

Source
pub unsafe extern "C" fn blMatrix2DInvert(
    dst: *mut BLMatrix2D,
    src: *const BLMatrix2D,
) -> BLResult