pub unsafe extern "C" fn SteamAPI_ISteamInventory_GetResultItemProperty(
    self_: *mut ISteamInventory,
    resultHandle: SteamInventoryResult_t,
    unItemIndex: uint32,
    pchPropertyName: *const c_char,
    pchValueBuffer: *mut c_char,
    punValueBufferSizeOut: *mut uint32
) -> bool