pub unsafe fn CopyAcceleratorTableW<P0>(
    haccelsrc: P0,
    lpacceldst: Option<&mut [ACCEL]>
) -> i32
where P0: IntoParam<HACCEL>,