pub unsafe fn RecordFeatureUsage<P0>(
    featureid: u32,
    kind: u32,
    addend: u32,
    originname: P0
)
where P0: IntoParam<PCSTR>,