mac_label_copyin_string
return (mac_label_copyin_string(mac, u_string, M_WAITOK));
error = mac_label_copyin_string(&mac, &u_buffer, M_WAITOK);
error = mac_label_copyin_string(&mac, NULL, M_WAITOK);