_d_interface_cast
private fn
void * _d_interface_cast(To)(void * p) @trustedAttempts to cast interface Object o to class type To. Returns o if successful, null if not.
void * _d_interface_cast(To)(void * p) @trustedAttempts to cast interface Object o to class type To. Returns o if successful, null if not.