Function THSetGCHandler

Source
pub unsafe extern "C" fn THSetGCHandler(
    torchGCHandlerFunction: Option<unsafe extern "C" fn(data: *mut c_void)>,
    data: *mut c_void,
)