pub unsafe fn EngAssociateSurface<P0, P1>(
    hsurf: P0,
    hdev: P1,
    flhooks: u32
) -> BOOL
where P0: IntoParam<HSURF>, P1: IntoParam<HDEV>,