pub unsafe fn RoRegisterForApartmentShutdown<P0>(
    callbackobject: P0,
    apartmentidentifier: *mut u64,
    regcookie: *mut APARTMENT_SHUTDOWN_REGISTRATION_COOKIE
) -> Result<()>
where P0: IntoParam<IApartmentShutdown>,