pub unsafe extern "C" fn hipFuncGetAttributes(
    attr: *mut hipFuncAttributes,
    func: *const c_void
) -> hipError_t
Expand description

@brief Find out attributes for a given function.

@param [out] attr @param [in] func

@returns hipSuccess, hipErrorInvalidValue, hipErrorInvalidDeviceFunction