Function windows_sys::Win32::Graphics::Gdi::CombineTransform

pub unsafe extern "system" fn CombineTransform(
    lpxfout: *mut XFORM,
    lpxf1: *const XFORM,
    lpxf2: *const XFORM,
) -> BOOL