pub unsafe extern "C" fn hipMemGetAllocationPropertiesFromHandle(
prop: *mut hipMemAllocationProp,
handle: hipMemGenericAllocationHandle_t,
) -> hipError_tExpand description
@brief Retrieve the property structure of the given handle.
@param [out] prop - properties of the given handle. @param [in] handle - handle to perform the query on. @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotSupported @warning This API is marked as Beta. While this feature is complete, it can change and might have outstanding issues.
@note This API is implemented on Linux and is under development on Microsoft Windows.