pub unsafe extern "C" fn UA_encodeBinary(
    p: *const c_void,
    type_: *const UA_DataType,
    outBuf: *mut UA_ByteString
) -> UA_StatusCode