pub unsafe fn SnmpMgrOpen<P0, P1>(
    lpagentaddress: P0,
    lpagentcommunity: P1,
    ntimeout: i32,
    nretries: i32
) -> *mut c_void
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,