pub unsafe extern "C" fn qmi_message_dms_set_service_programming_code_response_parse(
message: *mut QmiMessage,
error: *mut *mut GError,
) -> *mut QmiMessageDmsSetServiceProgrammingCodeOutputExpand description
Parses a QmiMessage and builds a QmiMessageDmsSetServiceProgrammingCodeOutput out of it.
The operation fails if the message is of the wrong type.
message: a QmiMessage.
error: return location for error or NULL.
Returns: a QmiMessageDmsSetServiceProgrammingCodeOutput, or NULL if error is set. The returned value should be freed with qmi_message_dms_set_service_programming_code_output_unref().
Since: 1.34