pub unsafe fn MsiRecordSetInteger<P0>(
    hrecord: P0,
    ifield: u32,
    ivalue: i32
) -> u32
where P0: IntoParam<MSIHANDLE>,