pub unsafe fn SnmpMgrStrToOid<P0>(
    string: P0,
    oid: *mut AsnObjectIdentifier
) -> BOOL
where P0: IntoParam<PCSTR>,