pub unsafe fn FaxInitializeEventQueue<P0, P1, P2>(
    faxhandle: P0,
    completionport: P1,
    completionkey: usize,
    hwnd: P2,
    messagestart: u32
) -> BOOL
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>, P2: IntoParam<HWND>,