pub unsafe extern "C" fn SteamAPI_ISteamInventory_SetPropertyString(
    self_: *mut ISteamInventory,
    handle: SteamInventoryUpdateHandle_t,
    nItemID: SteamItemInstanceID_t,
    pchPropertyName: *const c_char,
    pchPropertyValue: *const c_char
) -> bool