pub unsafe fn SnmpCreateSession<P0>(
    hwnd: P0,
    wmsg: u32,
    fcallback: SNMPAPI_CALLBACK,
    lpclientdata: *mut c_void
) -> isize
where P0: IntoParam<HWND>,