• core-foundation: Remove 2 transmutes in macros.

    These transmutes were going from one type of pointer to another,
    and so can be done as casts instead.
    
    Doing so also means that one unsafe block can be removed.
    
    This was found via clippy.
    waywardmonkeys committed Jul 19, 2018